Add missing admin commands in the man pages
authorMichael Scherer <misc@zarb.org>
Sat, 22 Mar 2014 10:45:45 +0000 (11:45 +0100)
committerColin Walters <walters@verbum.org>
Sat, 22 Mar 2014 18:18:59 +0000 (14:18 -0400)
doc/ostree.xml

index 24dc919afa12dd5cf6ab9cedf734ab1a987e7579..644cb17bd7670b488b1e8bfa00bfe59c30ff3b87 100644 (file)
                 admin</command>.</para>
 
                 <variablelist>
+                        <varlistentry>
+                                <term><command>admin os-init NAME</command></term>
+
+                                <listitem><para>Initialize the
+                                deployment location for an operating
+                                system with name
+                                <replaceable>NAME</replaceable>. Each
+                                deployment location is comprised of a
+                                single shared <filename>var</filename>
+                                and a set of
+                                deployments (chroots).</para></listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><command>admin init-fs PATH</command></term>
+
+                                <listitem><para>Initialize a root filesystem
+                                in PATH by creating top level directories with
+                                proper permissions.</para></listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><command>admin deploy</command></term>
+
+                                <listitem><para>This is a relatively
+                                low level command - takes a particular
+                                commit or revision, and sets it up for
+                                the next boot.</para></listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><command>admin undeploy INDEX</command></term>
+
+                                <listitem><para>Remove the previously
+                                <replaceable>INDEX</replaceable>
+                                deployed tree from the bootloader
+                                configuration.</para></listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><command>admin cleanup</command></term>
+
+                                <listitem><para>Delete untagged
+                                deployments and repository objects.</para>
+                                </listitem>
+                        </varlistentry>
                         <varlistentry>
                                 <term><command>admin upgrade</command></term>
 
                                 the system for the changes to take
                                 effect.</para></listitem>
                         </varlistentry>
+                        <varlistentry>
+                                <term><command>admin status</command></term>
+
+                                <listitem><para>Show and list the deployments.
+                                </para></listitem>
+                        </varlistentry>
                         <varlistentry>
                                 <term><command>admin switch</command></term>
 
                                 to track from the same remote as the
                                 current tree.</para></listitem>
                         </varlistentry>
-                        <varlistentry>
-                                <term><command>admin deploy</command></term>
-
-                                <listitem><para>This is a relatively
-                                low level command - takes a particular
-                                commit or revision, and sets it up for
-                                the next boot.</para></listitem>
-                        </varlistentry>
                         <varlistentry>
                                 <term><command>admin config-diff</command></term>